Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
ros_jr3_comedi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anton Tetov Johansson
ros_jr3_comedi
Commits
e1cf6dd4
Verified
Commit
e1cf6dd4
authored
3 years ago
by
Anton Tetov Johansson
Browse files
Options
Downloads
Patches
Plain Diff
fixed some packaging stuff and removed some venv stuff
parent
e902ea68
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+14
-4
14 additions, 4 deletions
CMakeLists.txt
README.md
+1
-8
1 addition, 8 deletions
README.md
package.xml
+3
-7
3 additions, 7 deletions
package.xml
with
18 additions
and
19 deletions
CMakeLists.txt
+
14
−
4
View file @
e1cf6dd4
cmake_minimum_required
(
VERSION 3.0.2
)
project
(
ros_jr3_comedi
)
find_package
(
catkin REQUIRED
)
find_package
(
catkin REQUIRED COMPONENTS
roscpp
rospy
std_msgs
geometry_msgs
)
catkin_package
(
CATKIN_DEPENDS
roscpp
rospy
std_msgs
geometry_msgs
)
catkin_install_python
(
PROGRAMS
nodes/publisher
catkin_install_python
(
PROGRAMS nodes/publisher
DESTINATION
${
CATKIN_PACKAGE_BIN_DESTINATION
}
)
This diff is collapsed.
Click to expand it.
README.md
+
1
−
8
View file @
e1cf6dd4
...
...
@@ -4,16 +4,10 @@
```
bash
source
/usr/lib64/ros/setup.bash
source
~/catkin_ws/devel_isolated/setup.bash
mkdir
-p
~/catkin_ws/src
cd
~/catkin_ws/
virtualenv venv
source
venv/bin/activate
pip
install
pexpect
>=
4.8.0
cd
~/catkin_ws/src
cd
src
git clone https://gitlab.control.lth.se/tetov/ros_jr3_comedi.git
cd
..
...
...
@@ -25,7 +19,6 @@ catkin_make_isolated
```
bash
source
/usr/lib64/ros/setup.bash
source
~/catkin_ws/devel_isolated/setup.bash
source
~/catkin_ws/venv/bin/activate
export
ROS_MASTER_URI
=
http://130.235.83.121:11311
roslaunch ros_jr3_comedi publish.launch
...
...
This diff is collapsed.
Click to expand it.
package.xml
+
3
−
7
View file @
e1cf6dd4
...
...
@@ -11,20 +11,16 @@
<buildtool_depend>
catkin
</buildtool_depend>
<build_depend>
roscpp
</build_depend>
<build_depend>
rospy
</build_depend>
<build_depend>
geometry_msg
</build_depend>
<build_depend>
geometry_msg
s
</build_depend>
<build_depend>
std_msgs
</build_depend>
<build_export_depend>
roscpp
</build_export_depend>
<build_export_depend>
rospy
</build_export_depend>
<build_export_depend>
geometry_msg
</build_export_depend>
<build_export_depend>
geometry_msg
s
</build_export_depend>
<build_export_depend>
std_msgs
</build_export_depend>
<exec_depend>
roscpp
</exec_depend>
<exec_depend>
rospy
</exec_depend>
<exec_depend>
geometry_msg
</exec_depend>
<exec_depend>
geometry_msg
s
</exec_depend>
<exec_depend>
std_msgs
</exec_depend>
<export>
<pip_requirements>
requirements.txt
</pip_requirements>
</export>
</package>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment