Launching the platform
In a terminal window in the virtual machine, enter:
2. Launch the project from Unity Hub. In the 'Project' tab in the lower menu, open the 'Models' folder and open the 'Njord' scene. Press the play button to initiate the simulation.
Testing
To test if the sensor platform is functioning, open a third terminal window and run:
This will boot rviz. Click 'Add' in the bottom left corner, and under 'By Topic' there should be a list of camera topics (/optical). Selecting one of the image topics should display one of the camera views from Gemini.
The force controller can be tested by trying the following: Open a terminal window in the virtual machine and try running the following:
This method will continuously apply the requested force until the command is canceled (ctrl+c) and run again with different values.
Last updated