Closed alex77272 closed 3 months ago
Three immediate questions:
gdb
process without re-compiling from source (though provides more limited information). I'd like to know generally speaking where this crashes for you-g
to compile with debug flags and get a trace using the tutorial aboveClosing - no response in over a month for follow up on backtrace needed to debug further. I assume they found their issue by now
Bug report
Required Info:
Steps to reproduce issue
When I run my navigation on my laptop (higher performance), everything works great. I am very happy with the way the robot navigates, no problems.
I wanted to deploy the navigation on my Jetson Nano (On the Robot) running a docker with ros2 humble with noVNC but I can't launch my navigation, everything is exactly the same as on my laptop -> ros2_ws, packages, ...
If I use the standard nav_2 params, the navigation starts. If I use the MPPI controller -> ERROR
Expected behavior
Start the navigation stack
Actual behavior
[component_container_isolated-1] [INFO] [1719995187.199859277] [controller_serve r]: Controller Server has goal_checker goal checkers available. [component_container_isolated-1] [INFO] [1719995187.203409310] [controller_serve r]: Created controller: FollowPath of type nav2_mppi_controller::MPPI Controller [ERROR] [component_container_isolated-1]: process has died [pid 7429, exit code -4, cmd /opt/ros/humble/lib/rclcpp_components/component_container_isolated --ro s-args log-level info --ros-args -r _node:=nav2_container --params-file /tmp/ launch_params_3v080w41 --params-file /tmp/launch_params_14fqz859 -r/tf:=tf -r / tf_static:=tf_static'].
Additional information