Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CCF Workspace
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CeTI
ROS
CeTI Cobotic Framework
CCF Workspace
Compare revisions
1d123560e71e006008d090edf8ccd483137393fe to 7dca8c0f6c15ab5a108a60af8ea57cfc751dfd9f
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ceti/ros/ccf/ccf_workspace
Select target project
No results found
7dca8c0f6c15ab5a108a60af8ea57cfc751dfd9f
Select Git revision
Branches
ccnc-demo
ga-demo
noetic/feature/robotics-festival
noetic/feature/tags
noetic/main
noetic/realrobot
noetic/simulation
7 results
Swap
Target
ceti/ros/ccf/ccf_workspace
Select target project
ceti/ros/ccf/ccf_workspace
1 result
1d123560e71e006008d090edf8ccd483137393fe
Select Git revision
Branches
ccnc-demo
ga-demo
noetic/feature/robotics-festival
noetic/feature/tags
noetic/main
noetic/realrobot
noetic/simulation
7 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
add logging settings file
· 1f36c492
Johannes Mey
authored
2 years ago
1f36c492
new object locator with continuous updates for objects
· 7dca8c0f
Johannes Mey
authored
2 years ago
7dca8c0f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
configure_console_output.sh
+2
-0
2 additions, 0 deletions
configure_console_output.sh
rosconsole.config
+10
-0
10 additions, 0 deletions
rosconsole.config
src/ccf
+1
-1
1 addition, 1 deletion
src/ccf
src/ccf_immersive_sorting
+1
-1
1 addition, 1 deletion
src/ccf_immersive_sorting
with
14 additions
and
2 deletions
configure_console_output.sh
View file @
7dca8c0f
#!/bin/bash
export
ROSCONSOLE_FORMAT
=
'[${time:%H:%M:%S}] [${node}]: ${message}'
export
ROSCONSOLE_CONFIG_FILE
=
"
`
pwd
`
/rosconsole.config"
This diff is collapsed.
Click to expand it.
rosconsole.config
0 → 100644
View file @
7dca8c0f
#
# rosconsole will find this file by default at $ROS_ROOT/config/rosconsole.config
#
# You can define your own by e.g. copying this file and setting
# ROSCONSOLE_CONFIG_FILE (in your environment) to point to the new file
#
log4j
.
logger
.
ros
=
INFO
log4j
.
logger
.
ros
.
roscpp
.
superdebug
=
WARN
log4j
.
logger
.
ros
.
ccf_immersive_sorting
=
INFO
This diff is collapsed.
Click to expand it.
ccf
@
28f01754
Compare
7c82d62d
...
28f01754
Subproject commit
7c82d62d0064bd8c43c515aec753497d1e873585
Subproject commit
28f01754e07a3658e4da9d48a4093f12cc320ee2
This diff is collapsed.
Click to expand it.
ccf_immersive_sorting
@
5d5d220d
Compare
9e717530
...
5d5d220d
Subproject commit
9e71753046ed09075355ec56b66f8edaa4edd544
Subproject commit
5d5d220dd5bfc265e1622c3eaa27bf5a07c391b6
This diff is collapsed.
Click to expand it.