You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Problem
Everything compiles smoothly, but when I launch the robot, the ros2 control node stays blocked on "wait for device to boot" and nothing follows. It happens after the master has been instantiated, so it happens during the activation of the first slave node corresponding to the first joint.
This is related to this issue.
Setup:
OS: Ubuntu 22.04
ROS-Distro: Humble
Branch/Commit: ros2_canopen Humble
To Reproduce
Here are the exact steps I follow to get the error with virtual can:
The Problem
Everything compiles smoothly, but when I launch the robot, the ros2 control node stays blocked on "wait for device to boot" and nothing follows. It happens after the master has been instantiated, so it happens during the activation of the first slave node corresponding to the first joint.
This is related to this issue.
Setup:
To Reproduce
Here are the exact steps I follow to get the error with virtual can:
mkdir ~/ros2_canopen_ws/src
cd ~/ros2_canopen_ws/src
git clone [email protected]:ros-industrial/ros2_canopen.git
git clone [email protected]:hellantos/prbt_robot.git
cd ros2_canopen
git checkout humble
cd ../../
colcon build
source install/setup.bash
ros2 launch prbt_robot_moveit_config moveit_planning_execution.launch.py can_interface_name:=vcan0
The log from here is the following.
I just erased the logs related to moveit that are not relevant here.
The text was updated successfully, but these errors were encountered: