Skip to content
Snippets Groups Projects
Commit f533ec26 authored by Jonas Kvarnström's avatar Jonas Kvarnström
Browse files

Misc instruction updates

parent a54a3efd
No related branches found
No related tags found
No related merge requests found
......@@ -26,16 +26,25 @@ in the tutorials.
## Development Environments
The basic idea is that the developer already has a Linux Ubuntu ROS installation
and then either checks out publicly available ROS package repos or
uses Docker to get access to the software that is not publicly available.
When you have installed
When you have a ROS machine, follow the following instructions to set up and test basic functionality:
software according to the instructions above,
you can follow the following instructions to set up and test basic
functionality.
- [Log in to Docker Registry](https://gitlab.liu.se/lrs/devenv_docker_images) -- Just follow the instructions to log in using a Gitlab user/password or deploy key. Do *not* download any images using `docker pull`. If you can't access this page, ++++++++ what to do? Ask us for access?
- [Log in to Docker Registry](https://gitlab.liu.se/lrs/devenv_docker_images) -- Just follow the instructions to log in. Do not download the image.
- [Prepare Existing ROS Computer](doc/prepare_ros_computer.md)
- [Using a Local ROS Installation with LRS Docker Modules](doc/local_ros_installation.md)
The basic idea is that the developer already has a Linux Ubuntu ROS installation
and then either checks out publicly available ROS package repos or
uses Docker to get access to the software that is not publicly available.
When you have a ROS machine,
For more information on how to integrate your code we have split the information in different sub-areas:
- [Development Environment: Gränsö](https://gitlab.liu.se/lrs/lrs_devenv_granso): Sensor simulation in Gränsö doe DJI, MQTT interface also to images
......
......@@ -171,5 +171,5 @@ roslaunch lrs_wara_gazebo dji_to_gazebo.launch name:=dji0 with_laser:=true x:=5
All files to run these tests should be available in lrs_wara_gazebo
which is installed in wara_ws by the Playbook above. The first command
starts Gazebo and the second command add a model of a DJI M100 to the
starts Gazebo and the second command adds a model of a DJI M100 to the
Gazebo world.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment