-
Notifications
You must be signed in to change notification settings - Fork 1
[DRAFT]Etna/deployment #1159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[DRAFT]Etna/deployment #1159
Conversation
|
|
||
| fs::path ROSCameraCameraProgram::fetchOutputPath() { | ||
| if (output_path == "") { | ||
| // if (output_path == "") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was breaking package build on the robot, I dont think it is intended
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fulkast whenever you have time, can you take a look
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is caused by missing changes from the dev/camera_camera_offline_feature branch. For now, this patch here works.
|
|
||
| # set process priority | ||
| sched_priority 90 | ||
| sched_priority 95 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this required ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not required
| Type=simple | ||
| User=rsl | ||
| ExecStart=/bin/bash -c 'source /opt/ros/noetic/setup.bash && source /home/rsl/catkin_ws/devel/setup.bash && python3 /home/rsl/git/grand_tour_box/box_configuration/anymal/lpc/powerline.py' | ||
| ExecStart=/bin/bash -c 'source /opt/ros/noetic/setup.bash && source /home/integration/catkin_ws/devel/setup.bash && python3 /home/integration/catkin_ws/src/grand_tour_box/box_configuration/anymal/lpc/powerline.py' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we hardcode from one user to the other
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In anymal robots, the user must exist, in current RSL setup only integration user is used on the robots
| rm -rf /dev/shm/COSMO_SHM | ||
|
|
||
| # On the robot | ||
| export GRANDTOUR_WORKSPACE="i_hate_docker_ws" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to combine all the workspace entries as an environment variable export under cleanup-session-robot script
currently we have a "i_hate_docker_ws" on democracy. Which has the grpc node source code
|
I will test this on the robot and merge |
No description provided.