Skip to content

Commit 9eaae41

Browse files
author
drfenixion
committed
2 parents 8011520 + 02a3807 commit 9eaae41

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
2727
1. Autoinstall and run by startup script.
2828
1. Modeling parts (in FreeCAD).
2929
1. 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
4646
1. Sensors based on Gazebo sensors
4747
1. Add the necessary sensors and use it in Gazebo.
48+
1. Integrated ready to use models library
4849
1. 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
6666
1. all features from CROSS workbench
6767

6868
# Fast install and run
@@ -113,6 +113,13 @@ You will see logs from current start
113113
bash 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)
117124
In 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

Comments
 (0)