-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
navigation not working #4027
Comments
Galactic is EOL and won't receive any support unfortunately. Please upgrade to a currently supported ROS 2 distribution (Humble or newer) |
Hi . I raised humble. Navigation failed again. I'm sharing a picture because I can't copy. I tried navigation with slam_toolbox localization and nav2_bringup localization. I got almost the same result Operating System Version |
What is the issue? You signaled a Control+C |
It's similar to the problem I encountered in Galactic. terminal
|
The problem was that I forgot the cmd_vel setting. I set it up with twist_mux and it works fine. |
Glad you found your issue! |
@sys-met I am facing the same issue. you mentioned that "The problem was that I forgot the cmd_vel setting. I set it up with twist_mux and it works fine." could you please clarify more in details. |
Due to cmd_vel tag mismatch, the vel value I gave was going to the wrong tag. |
hi, thanks for your great work. Iam a new in ros2 and i am facing the same problem. Could you tell me more about how can i fix this cmd_vel (the params file location, ...) setting. iam really appreciate. |
I'm having navigation issues in my real robot app. Does anyone have any suggestions?
Required Info:
Operating System:
ROS2 Version:
Version or commit hash:
ros-galactic-nav2-behavior-tree 1.0.12-1focal.20221208.073533
ros-galactic-nav2-bringup 1.0.12-1focal.20221208.082839
ros-galactic-nav2-bt-navigator 1.0.12-1focal.20221208.075615
ros-galactic-nav2-common 1.0.12-1focal.20221208.070118
ros-galactic-nav2-controller 1.0.12-1focal.20221208.075637
ros-galactic-nav2-core 1.0.12-1focal.20221208.075333
ros-galactic-nav2-costmap-2d 1.0.12-1focal.20221208.074030
ros-galactic-nav2-dwb-controller 1.0.12-1focal.20221208.081126
ros-galactic-nav2-lifecycle-manager 1.0.12-1focal.20221208.073619
ros-galactic-nav2-map-server 1.0.12-1focal.20221208.073451
ros-galactic-nav2-msgs 1.0.12-1focal.20221208.071323
ros-galactic-nav2-navfn-planner 1.0.12-1focal.20221208.075902
ros-galactic-nav2-planner 1.0.12-1focal.20221208.080258
ros-galactic-nav2-recoveries 1.0.12-1focal.20221208.080258
ros-galactic-nav2-regulated-pure-pursuit-controller 1.0.12-1focal.20221208.080240
ros-galactic-nav2-rotation-shim-controller 1.0.12-1focal.20221208.080642
ros-galactic-nav2-rviz-plugins 1.0.12-1focal.20221208.075041
ros-galactic-nav2-smac-planner 1.0.12-1focal.20221208.080441
ros-galactic-nav2-theta-star-planner 1.0.12-1focal.20221208.080629
ros-galactic-nav2-util 1.0.12-1focal.20221208.072658
ros-galactic-nav2-voxel-grid 1.0.12-1focal.20221208.071338
ros-galactic-nav2-waypoint-follower 1.0.12-1focal.20221208.080633
DDS implementation:
Steps to reproduce issue
/////////////// gdb ////////////
#0 futex_abstimed_wait_cancelable (private=0, abstime=0x7fffff8a28,
clockid=, expected=0, futex_word=0x555585a634)
at ../sysdeps/nptl/futex-internal.h:320
#1 __pthread_cond_wait_common (abstime=0x7fffff8a28, clockid=,
mutex=0x555585a5d8, cond=0x555585a608) at pthread_cond_wait.c:520
#2 __pthread_cond_timedwait (cond=0x555585a608, mutex=0x555585a5d8,
abstime=0x7fffff8a28) at pthread_cond_wait.c:665
#3 0x0000007fb6e800cc in ddsrt_cond_waituntil ()
from /opt/ros/galactic/lib/aarch64-linux-gnu/libddsc.so.0
#4 0x0000007fb6e68cfc in ?? ()
from /opt/ros/galactic/lib/aarch64-linux-gnu/libddsc.so.0
#5 0x0000007fb6f0f10c in rmw_wait ()
from /opt/ros/galactic/lib/librmw_cyclonedds_cpp.so
#6 0x0000007fb7c928bc in rcl_wait () from /opt/ros/galactic/lib/librcl.so
#7 0x0000007fb7e8ff80 in rclcpp::Executor::wait_for_work(std::chrono::duration<long, std::ratio<1l, 1000000000l> >) () from /opt/ros/galactic/lib/librclcpp.so
#8 0x0000007fb7e902ac in rclcpp::Executor::get_next_executable(rclcpp::AnyExecutable&, std::chrono::duration<long, std::ratio<1l, 1000000000l> >) ()
from /opt/ros/galactic/lib/librclcpp.so
#9 0x0000007fb7e941f8 in rclcpp::executors::SingleThreadedExecutor::spin() ()
from /opt/ros/galactic/lib/librclcpp.so
#10 0x0000007fb7e92c1c in rclcpp::spin(std::shared_ptrrclcpp::node_interfaces::NodeBaseInterface) () from /opt/ros/galactic/lib/librclcpp.so
The text was updated successfully, but these errors were encountered: