@@ -23,7 +23,7 @@ Video of creating controllable models: <br />
2323<a href =" https://www.youtube.com/watch?v=B62JW_0SFl0 " target =" _blank " >Multicopter with manipulator and chassis</a > <br />
2424<a href =" https://github.com/drfenixion/parts_for_robotcad_lessons " target =" _blank " >Chassis, manipulator, multicopter parts used in the video</a > <br />
2525
26- # Key features short list:
26+ # Key features list:
27271 . Autoinstall and run by startup script.
28281 . Modeling parts (in FreeCAD).
29291 . Converter Assembly WB (default) to RobotCAD structure. You can use converter or manually create robot structure in RobotCAD.
@@ -45,6 +45,7 @@ Video of creating controllable models: <br />
4545 1 . Add the necessary controllers and broadcasters to the robot and you have a robot ready to be controlled in the simulation
46461 . Sensors based on Gazebo sensors
4747 1 . Add the necessary sensors and use it in Gazebo.
48+ 1 . Integrated ready to use models library
48491 . Basic code generator:
4950 1 . ROS2 package with launchers for Gazebo, RViz
5051 1 . URDF (kinematics, mass, inertia, sensors, etc.)
@@ -62,7 +63,6 @@ Video of creating controllable models: <br />
6263 1 . Specific robot types code (multicopter - PX4 + Gazebo + ROS2)
6364 1 . Nvidia video cards container support
6465 1 . README instruction how to use
65- 1 . Integrated ready to use models library
66661 . all features from CROSS workbench
6767
6868# Fast install and run
@@ -113,6 +113,13 @@ You will see logs from current start
113113bash run.bash -c
114114```
115115
116+ # Troubleshooting
117+
118+ #### Fix "xhost: command not found"
119+ ```
120+ apt install x11-xserver-utils
121+ ```
122+
116123#### Fix "Segmentation fault" (if faced)
117124In case of migration from < v7 to v7+ rebuild docker image.
118125
@@ -204,7 +211,7 @@ Compatible with ROS2.
204211## Features
205212
206213- Export ` Part::Box ` , ` Part::Sphere ` , and ` Part::Cylinder ` as text to be included in a URDF file,
207- - Generate an enclosing box or sphere as collision object (only axis-aligned box for now) ,
214+ - Generate an enclosing box, sphere, cylinder (any axis-aligned), copy of original object as collision objects ,
208215- Build a robot from scratch and generate the URDF file for it,
209216- Set a value for each actuated joint of a robot and have the links move accordingly,
210217- Import URDF/xacro files,
0 commit comments