I am using ISAACSIM version 4.0.0 with ROS 2 Humble. There is an error in the ActionGraph where the output of the make_3_vector node is a double[3] array, but it is intended to connect to the velocity commands input of the Holonomic_controller, which requires a token type. I suspect this type mismatch might be due to the version of ISAACSIM I am using. As a result, I have implemented a newer version of the Holonomic_controller and connected the output of make_3_vector to the velocity commands intended for the vehicle. However, when attempting to control the robot, the wheels are turning in an incorrect direction.which is causing the robot to move abnormally?
I am using ISAACSIM version 4.0.0 with ROS 2 Humble. There is an error in the ActionGraph where the output of the make_3_vector node is a double[3] array, but it is intended to connect to the velocity commands input of the Holonomic_controller, which requires a token type. I suspect this type mismatch might be due to the version of ISAACSIM I am using. As a result, I have implemented a newer version of the Holonomic_controller and connected the output of make_3_vector to the velocity commands intended for the vehicle. However, when attempting to control the robot, the wheels are turning in an incorrect direction.which is causing the robot to move abnormally?