Skip to content
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

Jade devel #576

Open
wants to merge 32 commits into
base: jade-devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e6048dd
Update client.py
rhinolophidae Jan 12, 2022
6f196de
Update make_libraries.py
rhinolophidae Jan 12, 2022
1ae610f
Update make_libraries
rhinolophidae Jan 12, 2022
ae3431f
Update make_library.py
rhinolophidae Jan 12, 2022
41f2c82
Update exampleService.py
rhinolophidae Jan 12, 2022
e90c03d
Update ExampleService.cpp
rhinolophidae Jan 12, 2022
e4a84d4
Update ExampleServiceClient.cpp
rhinolophidae Jan 12, 2022
d8066ee
Update ExampleSubscriber.cpp
rhinolophidae Jan 12, 2022
beb45b1
Update HelloROS.cpp
rhinolophidae Jan 12, 2022
3d603cf
Update VEXProMotor13Subscribe.cpp
rhinolophidae Jan 12, 2022
d716506
Update VEXProRangeMotorLoop.cpp
rhinolophidae Jan 12, 2022
b668b96
Update VEXProRangePublish.cpp
rhinolophidae Jan 12, 2022
deec18b
Update VEXProServoSubscribe.cpp
rhinolophidae Jan 12, 2022
8a4c39c
Update make_libraries.py
rhinolophidae Jan 12, 2022
d16d380
Update client.py
rhinolophidae Jan 12, 2022
ba3f859
Update make_libraries.py
rhinolophidae Jan 12, 2022
1c9a5c4
Update message_info_service.py
rhinolophidae Jan 12, 2022
c0b8b16
Update serial_node.py
rhinolophidae Jan 12, 2022
22a90b2
Create serial_node.launch
rhinolophidae Jan 12, 2022
eaffc17
Update generate_client_ros_lib
rhinolophidae Jan 12, 2022
820d8c9
Update make_libraries_energia
rhinolophidae Jan 12, 2022
1dca2f6
Update make_libraries_tiva
rhinolophidae Jan 12, 2022
d948ef9
Update make_libraries.py
rhinolophidae Jan 12, 2022
04c5647
Update setup_xbee.py
rhinolophidae Jan 12, 2022
b75d419
Update xbee_network.py
rhinolophidae Jan 12, 2022
9a0ad12
Update test_base.py
rhinolophidae Jan 12, 2022
5db7064
Merge branch 'jade-devel' of http://github.com/ros-drivers/rosserial …
rhinolophidae Jan 12, 2022
cdda55a
Update serial_node.py
rhinolophidae Jan 12, 2022
ccef4f7
Update genproject.sh
rhinolophidae Jan 12, 2022
14d55bf
Update make_libraries.py
rhinolophidae Jan 12, 2022
22a8e5c
Update genproject.sh
rhinolophidae Jan 12, 2022
d93e0f3
Update make_libraries.py
rhinolophidae Jan 12, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified rosserial_arduino/nodes/serial_node.py
100755 → 100644
Empty file.
Empty file modified rosserial_arduino/src/rosserial_arduino/make_libraries.py
100755 → 100644
Empty file.
Empty file modified rosserial_client/scripts/make_libraries
100755 → 100644
Empty file.
Empty file modified rosserial_client/src/rosserial_client/make_library.py
100755 → 100644
Empty file.
Empty file.
Empty file modified rosserial_mbed/src/rosserial_mbed/make_libraries.py
100755 → 100644
Empty file.
Empty file modified rosserial_python/nodes/message_info_service.py
100755 → 100644
Empty file.
Empty file modified rosserial_python/nodes/serial_node.py
100755 → 100644
Empty file.
10 changes: 10 additions & 0 deletions rosserial_python/serial_node.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<launch>
<node pkg="rosserial_python" type="serial_node.py" name="serial_node" output="screen">
<param name="Vthres_UP_L" type="int" value="2700"/>
<param name="Vthres_DOWN_L" type="int" value="2600"/>
<param name="Vthres_UP_R" type="int" value="2700"/>
<param name="Vthres_DOWN_R" type="int" value="2600"/>
<param name="port" type="string" value="/dev/ttyACM0"/>
<param name="baud" type="int" value="115200"/>
</node>
</launch>
Empty file modified rosserial_test/scripts/generate_client_ros_lib
100755 → 100644
Empty file.
Empty file modified rosserial_tivac/src/rosserial_tivac/make_libraries_energia
100755 → 100644
Empty file.
Empty file modified rosserial_tivac/src/rosserial_tivac/make_libraries_tiva
100755 → 100644
Empty file.
Empty file modified rosserial_vex_cortex/scripts/genproject.sh
100755 → 100644
Empty file.
Empty file modified rosserial_vex_cortex/src/rosserial_vex_cortex/make_libraries.py
100755 → 100644
Empty file.
Empty file modified rosserial_vex_v5/scripts/genproject.sh
100755 → 100644
Empty file.
Empty file modified rosserial_vex_v5/src/rosserial_vex_v5/make_libraries.py
100755 → 100644
Empty file.
Empty file modified rosserial_windows/src/rosserial_windows/make_libraries.py
100755 → 100644
Empty file.
Empty file modified rosserial_xbee/scripts/setup_xbee.py
100755 → 100644
Empty file.
Empty file modified rosserial_xbee/scripts/xbee_network.py
100755 → 100644
Empty file.
Empty file modified rosserial_xbee/src/xbee/tests/test_base.py
100755 → 100644
Empty file.