Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ros-motor-control-card
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CdF
CdF 2020-2021
modules
motors-control-card
ros-motor-control-card
Commits
f273515e
Commit
f273515e
authored
2 years ago
by
benji.maison
Browse files
Options
Downloads
Patches
Plain Diff
mise à jour fichier
parent
573418eb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pid_calibration/launch/calibration_zigler_nichols.launch
+8
-11
8 additions, 11 deletions
pid_calibration/launch/calibration_zigler_nichols.launch
with
8 additions
and
11 deletions
pid_calibration/launch/calibration_zigler_nichols.launch
+
8
−
11
View file @
f273515e
<launch>
<
machine name="lagalere" address="lagalere.local" env-loader="/home/lagalere/ros_ws/env_loader.sh" default="false" user="lagalere"
/>
<
machine name="local" address="localhost
" default="
true"
/>
<
arg name="mccd_port" default="/dev/ttyACM_STM"
/>
<
arg name="mccd_baud
" default="
115200"
/>
<arg name="port" default="/dev/mccd"/>
<arg name="baud" default="115200"/>
<node machine="lagalere" name="mccd" pkg="rosserial_python" type="serial_node.py" output="screen" respawn="true">
<param name="port" type="string" value="$(arg port)"/>
<param name="baud" type="int" value="$(arg baud)"/>
<node name="mccd" pkg="rosserial_python" type="serial_node.py" output="screen" respawn="true">
<param name="port" type="string" value="$(arg mccd_port)"/>
<param name="baud" type="int" value="$(arg mccd_baud)"/>
<param name="sampling_period" type="int" value="20"/>
<!-- Set large value for acceleration max not to impact pid calibration with speed profile -->
<param name="speed_profile/linear_speed_acceleration_max" type="double" value="999999"/>
...
...
@@ -17,7 +14,7 @@
<param name="speed_profile/angular_speed_deceleration_max" type="double" value="999999"/>
</node>
<node
machine="local"
name="calibration_ziegler_nichols" pkg="pid_calibration" type="ziegler_nichols.py" output="screen" />
<node
machine="local"
name="rqt_calibration" pkg="pid_calibration" type="rqt_delayed_node.py" output="screen" />
<node
machine="local"
name="rosbag_record_speed" pkg="rosbag" type="record" args="record -o speed_record /cmd_vel /mccd/odom"/>
<node name="calibration_ziegler_nichols" pkg="pid_calibration" type="ziegler_nichols.py" output="screen" />
<node name="rqt_calibration" pkg="pid_calibration" type="rqt_delayed_node.py" output="screen" />
<node name="rosbag_record_speed" pkg="rosbag" type="record" args="record -o speed_record /cmd_vel /mccd/odom"/>
</launch>
This diff is collapsed.
Click to expand it.
Preview
0%
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