lmendyk

Results 9 comments of lmendyk

Thanks for info. The issue refers also just for viewing the robot description - from the example: `ros2 launch ur_description view_ur.launch.py ur_type:=ur5e`

I have similar issue: `/usr/bin/ld: libros1_bridge.so: undefined reference to ros1_bridge::Factory::convert_2_to_1(controller_manager_msgs::msg::ControllerState_ const&, controller_manager_msgs::ControllerState_&)' /usr/bin/ld: libros1_bridge.so: undefined reference to ros1_bridge::Factory::convert_1_to_2(controller_manager_msgs::ControllerState_ const&, controller_manager_msgs::msg::ControllerState_&)' collect2: error: ld returned 1 exit status `

> Did you achevied any result ... No and Yes . I mean I have given up trying using the approach presented by [mobile_base_arm_tutorial](https://moveit.picknik.ai/humble/doc/examples/mobile_base_arm/mobile_base_arm_tutorial.html). Instead I used an reverse concept....

It has taken me a lot of try and error attempts to get turtlebo3_manipulaion adapted to moveit_task_constructor pick_place demo working before finding this conversation. Before applying the solution the only...

@[mayank0621](https://github.com/mayank0621) – no I have not added any fake joints instead I changed the value of position_only_ik from the default one (false) to true. And thanks to that it works...

> How do you interface ros2_control with the EV3? I have followed the examples in ros2_control_demos and I have written the “class Ev3SystemHardware : public hardware_interface::SystemInterface ..”. So yes I...

I have the same problem (slightly different setup - I used “hotfix-humble-tb3-omx” adapted to galactic ROS2 installation – works good for simulations, but for real Turtlebot3 Raspberry PI 4 with...

I have solved the problem (a sort of), the issue seems to be with the opencr_baud_rate. it was set to 1000000 and I change it to 115200 (which was a...

I have used MoveIt2 and rviz GUI with MotionPlanning\Planning plugin -so I could request the planning (for example "radom valid position" for "Goal state" - then "execute". But the effect...