-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
interim checkin to make setting up a new 24.04 ros one install easier
- Loading branch information
Showing
7 changed files
with
163 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/bin/bash | ||
|
||
source env.sh | ||
|
||
WS=`pwd`/underlay_ws/src | ||
echo $WS | ||
|
||
cd $WS/.. | ||
echo "#####################" | ||
pwd | ||
catkin init | ||
catkin config --install --cmake-args -DCMAKE_BUILD_TYPE=Release -Wno-deprecated -DCATKIN_ENABLE_TESTING=False | ||
rospack list | ||
|
||
catkin build | ||
source devel/setup.bash | ||
rospack list | ||
# TODO(lucasw) run tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
#!/usr/bin/bash | ||
# source ros_from_src/env.sh | ||
export ROS_DEST=`pwd`/ros | ||
export PATH=$PATH:$ROS_DEST/bin | ||
export PATH=$PATH:$ROS_DEST/local/bin | ||
# export PATH=$PATH:$ROS_DEST/bin | ||
# export PATH=$PATH:$ROS_DEST/local/bin | ||
|
||
# python --version | awk '{print $2}' | cut -d'.' -f1 | ||
PYTHON_MAJOR_VERSION=`python --version | awk '{print $2}' | cut -d'.' -f1` | ||
PYTHON_MINOR_VERSION=`python --version | awk '{print $2}' | cut -d'.' -f2` | ||
OPT_PYTHONPATH=$ROS_DEST/local/lib/python$PYTHON_MAJOR_VERSION.$PYTHON_MINOR_VERSION/dist-packages/ | ||
OPT_PYTHONPATH0=$ROS_DEST/local/lib/python$PYTHON_MAJOR_VERSION.$PYTHON_MINOR_VERSION/site-packages/ | ||
OPT_PYTHONPATH1=$ROS_DEST/local/lib/python$PYTHON_MAJOR_VERSION.$PYTHON_MINOR_VERSION/dist-packages/ | ||
|
||
export PYTHONPATH=$PYTHONPATH:$OPT_PYTHONPATH | ||
export PYTHONPATH=$PYTHONPATH:$OPT_PYTHONPATH0:$OPT_PYTHONPATH1 | ||
echo "PYTHONPATH $PYTHONPATH" | ||
export CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH:$ROS_DEST:$ROS_DEST/lib/cmake | ||
|
||
echo "CMAKE_PREFIXPATH $CMAKE_PREFIX_PATH" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
repositories: | ||
actionlib: | ||
type: git | ||
url: [email protected]:ros/actionlib.git | ||
version: noetic-devel | ||
angles: | ||
type: git | ||
url: [email protected]:ros/angles.git | ||
version: master | ||
bond_core: | ||
type: git | ||
url: [email protected]:ros-o/bond_core.git | ||
version: obese-devel | ||
catkin: | ||
type: git | ||
url: https://github.com/ros/catkin | ||
version: noetic-devel | ||
class_loader: | ||
type: git | ||
url: https://github.com/ros-o/class_loader | ||
version: obese-devel | ||
cmake_modules: | ||
type: git | ||
url: https://github.com/ros/cmake_modules | ||
version: 0.5-devel | ||
console_bridge: | ||
type: git | ||
url: https://github.com/ros/console_bridge | ||
version: master | ||
gencpp: | ||
type: git | ||
url: https://github.com/ros-o/gencpp | ||
version: obese-devel | ||
geneus: | ||
type: git | ||
url: https://github.com/jsk-ros-pkg/geneus | ||
version: master | ||
genlisp: | ||
type: git | ||
url: https://github.com/ros/genlisp | ||
version: kinetic-devel | ||
genmsg: | ||
type: git | ||
url: https://github.com/ros/genmsg | ||
version: kinetic-devel | ||
gennodejs: | ||
type: git | ||
url: https://github.com/RethinkRobotics-opensource/gennodejs | ||
version: kinetic-devel | ||
genpy: | ||
type: git | ||
url: https://github.com/ros/genpy | ||
version: main | ||
geometry: | ||
type: git | ||
url: [email protected]:ros-o/geometry.git | ||
version: obese-devel | ||
common_msgs: | ||
type: git | ||
url: [email protected]:ros/common_msgs.git | ||
version: noetic-devel | ||
kdl_parser: | ||
type: git | ||
url: [email protected]:ros/kdl_parser.git | ||
version: noetic-devel | ||
message_generation: | ||
type: git | ||
url: https://github.com/ros/message_generation | ||
version: kinetic-devel | ||
message_runtime: | ||
type: git | ||
url: https://github.com/ros/message_runtime | ||
version: kinetic-devel | ||
pluginlib: | ||
type: git | ||
url: https://github.com/ros-o/pluginlib | ||
version: obese-devel | ||
resource_retriever: | ||
type: git | ||
url: [email protected]:ros/resource_retriever.git | ||
version: kinetic-devel | ||
ros: | ||
type: git | ||
url: https://github.com/ros/ros | ||
version: noetic-devel | ||
ros_comm: | ||
type: git | ||
url: https://github.com/ros-o/ros_comm | ||
version: obese-devel | ||
ros_comm_msgs: | ||
type: git | ||
url: https://github.com/ros/ros_comm_msgs | ||
version: kinetic-devel | ||
rosconsole: | ||
type: git | ||
url: https://github.com/ros-o/rosconsole | ||
version: obese-devel | ||
rosconsole_bridge: | ||
type: git | ||
url: [email protected]:ros/rosconsole_bridge.git | ||
version: kinetic-devel | ||
roscpp_core: | ||
type: git | ||
url: https://github.com/ros-o/roscpp_core | ||
version: obese-devel | ||
rospack: | ||
type: git | ||
url: https://github.com/ros/rospack | ||
version: noetic-devel | ||
std_msgs: | ||
type: git | ||
url: https://github.com/ros/std_msgs | ||
version: kinetic-devel | ||
urdf: | ||
type: git | ||
url: [email protected]:ros/urdf.git | ||
version: melodic-devel |