| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Collection of packages, nodes and algorithms to perform perception tasks using LiDAR and cameras.
rosdep install --from-path src --ignore-src -y -rIf using Oak D Pro camera, install udev rules with the script ./turtlebot3_perception/debian/udev/install_udev
sudo ./install_udevros2 launch turtlebot3_perception camera.launch.pyros2 launch turtlebot3_perception apriltag.launch.pyRun the example node with
ros2 run turtlebot3_perception laserscan2linesYou can use the function directly in your nodes putting this import in your file
from turtlebot3_perception.laserscan2lines import laserscan2linesLaunch the required nodes with
ros2 launch turtlebot3_perception apriltag.launch.pyThis node simulate the detection of landmarks from a list of their coordinates. It provides range and bearing for each detected landmark and it also publishes TF to visualize in Rviz.
Example run
ros2 run turtlebot3_perception landmark_simulator --ros-args -p use_sim_time:=trueSubscriber: "ground_truth", nav_msgs/msg/Odometry
Publisher: "landmarks", landmark_msgs/msg/LandmarkArray
Static parameters:
Dynamically configurable parameters:
| Back | FazBrowse Home | New Git URL |