Skip to content

Blenders-FC/devpod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer container for BlendersFC

Setup

  1. Download devpod
  2. Clone this repo
  3. Run in base dir of repo
devpod up .
  1. Wait for build (takes a while)
  2. ssh blendersdevpod.devpod (should autocomplete with tab key)

Tips and troubleshooting

  1. If terminal looks like this
$

and want to change it, run to change to bash terminal.

bash
  1. If running
colcon build

from ws fails with error:

--- stderr: op3_online_walking_module_msgs CMake Error: 
The current CMakeCache.txt directory /home/ws/build/op3_online_walking_module_msgs/CMakeCache.txt 
is different than the directory /workspace/build/op3_online_walking_module_msgs where CMakeCache.txt was created. 
This may result in binaries being created in the wrong place. 
If you are not sure, reedit the CMakeCache.txt CMake Error: The source directory "/workspace/src/op3_msgs/op3_online_walking_module_msgs" does not exist.

run and retry

rm -rf build install log
  1. If your host machine dies during compilation, run this this flag
colcon build --executor sequential
  1. Remember to:
source /opt/ros/humble/setup.bash
source install/setup.bash

or to make it permanent

echo "source /opt/ros/humble/setup.bash" >> ~/.bashrc
echo "source /home/ws/install/setup.bash" >> ~/.bashrc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published