Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gauss_ros
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
GAUSS_project
gauss_ros
Commits
90fb0bc7
Commit
90fb0bc7
authored
3 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
workin on scripts
parent
f02c0a63
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
rviz/positioning_rosbag.rviz
+9
-16
9 additions, 16 deletions
rviz/positioning_rosbag.rviz
scripts/multi_launch_positioning_rosbag.sh
+3
-3
3 additions, 3 deletions
scripts/multi_launch_positioning_rosbag.sh
scripts/restart_openvpn.sh
+1
-1
1 addition, 1 deletion
scripts/restart_openvpn.sh
with
13 additions
and
20 deletions
rviz/positioning_rosbag.rviz
+
9
−
16
View file @
90fb0bc7
...
...
@@ -90,20 +90,13 @@ Visualization Manager:
Queue Size: 1
Value: true
- Class: rviz/MarkerArray
Enabled:
tru
e
Enabled:
fals
e
Marker Topic: /wolf_ros_node/graph_factors
Name: Factors
Namespaces:
factors_processor IMU: true
factors_processor fix wing: true
factors_processor gnss: true
factors_text_processor IMU: false
factors_text_processor fix wing: false
factors_text_processor gnss: false
factors_text_unnamed_processor: false
factors_unnamed_processor: true
{}
Queue Size: 1
Value:
tru
e
Value:
fals
e
- Class: rviz/TF
Enabled: false
Frame Timeout: 15
...
...
@@ -385,25 +378,25 @@ Visualization Manager:
Views:
Current:
Class: rviz/Orbit
Distance:
3005.51318
Distance:
426.783173
Enable Stereo Rendering:
Stereo Eye Separation: 0.0599999987
Stereo Focal Distance: 1
Swap Stereo Eyes: false
Value: false
Focal Point:
X:
158.826431
Y:
158.830399
Z: -
35.6003647
X:
29.8317986
Y:
-10.7523375
Z: -
70.5818329
Focal Shape Fixed Size: false
Focal Shape Size: 0.0500000007
Invert Z Axis: false
Name: Current View
Near Clip Distance: 0.00999999978
Pitch:
0.82
03985
1
Pitch:
1.05
03985
9
Target Frame: base
Value: Orbit (rviz)
Yaw:
3.44540715
Yaw:
0.19037728
Saved: ~
Window Geometry:
Displays:
...
...
This diff is collapsed.
Click to expand it.
scripts/multi_launch_positioning_rosbag.sh
+
3
−
3
View file @
90fb0bc7
...
...
@@ -9,8 +9,8 @@ do
for
config
in
"
${
CONFIGS
[@]
}
"
do
echo
"Launch TDCP_ROS with
$experiment
in mode
$
config
...
"
roslaunch gauss_ros rpa_positioning_rosbag_second_field.launch flight:
=
$experiment
conf_gnss:
=
$config
rviz:
=
false
bag_path:
=
$BAG_PATH
>
log
.txt
logfile
=
"
${
BAG_PATH
}
/roslog_
${
experiment
}
_config
${
config
}
.txt
"
echo
"Launch TDCP_ROS with
$experiment
in mode
$config
ang generating log
$logfile
..."
roslaunch gauss_ros rpa_positioning_rosbag_second_field.launch flight:
=
$experiment
conf_gnss:
=
$config
rviz:
=
false
bag_path:
=
$BAG_PATH
>
$
log
file
done
done
\ No newline at end of file
This diff is collapsed.
Click to expand it.
scripts/restart_openvpn.sh
+
1
−
1
View file @
90fb0bc7
...
...
@@ -6,5 +6,5 @@ sleep 5
brctl addbr vpnbr0
brctl addif vpnbr0 tap0
ifconfig tap0 up
ifconfig vpnbr0 172.20.
XX.X
#TO BE CHANGED see https://wiki.iri.upc.edu/index.php/Tibidabo_network_configuration
ifconfig vpnbr0 172.20.
53.2
#TO BE CHANGED see https://wiki.iri.upc.edu/index.php/Tibidabo_network_configuration
ifconfig vpnbr0 up
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