-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2D Goal Pose not working in RVIZ #31
Comments
I am looking into this. Will share with you later. |
Looking into turtlebot4. We should follow the updates. |
I found this: turtlebot/turtlebot4#501 Not sure whether it is helpful for us here. |
I followed the nav2 tutorials. The default nav2 configuration works with 2d goal pose slam. So it should be linorobot2 parameters. To use default nav2, run each of the following in separate terminal.
|
We should specify nav2 params file with
It was in the robot description package config dir as the sambot tutorial. |
I did a fresh install of Ubuntu 24.04 with ros2 Jazzy distro. After uploading the firmware I sent this command to start the robot: linorobot2_bringup bringup.launch.py micro_ros_transport:=udp4 micro_ros_port:=8888 lidar_transport:=udp_server lidar_server_port:=8889
I then start SLAM: ros2 launch linorobot2_navigation slam.launch.py rviz:=true
And I drive the robot around the room using: ros2 run teleop_twist_keyboard teleop_twist_keyboard
Issue: In RVIZ, when I attempt to use the 2D Goal Pose, the robot doesn't move.
BTW, the accuracy of the map generated is very good.
Here's my ros2 node list:
/behavior_server
/bt_navigator
/collision_monitor
/controller_server
/docking_server
/global_costmap/global_costmap
/launch_ros_23139
/lifecycle_manager_navigation
/local_costmap/local_costmap
/planner_server
/rviz2
/slam_toolbox
/smoother_server
/teleop_twist_keyboard
/transform_listener_impl_58380c84ccb0
/transform_listener_impl_5c92c5831470
/transform_listener_impl_61960e160160
/transform_listener_impl_62c675b05960
/transform_listener_impl_65193ab5cd20
/velocity_smoother
/waypoint_follower
The text was updated successfully, but these errors were encountered: