Skip to content

Commit 7f0cf51

Browse files
Correcciones
1 parent 43d4dd9 commit 7f0cf51

File tree

3 files changed

+31
-28
lines changed

3 files changed

+31
-28
lines changed

docs/_pages/misc/important-files-and-folders.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Use the following SCP command to copy map data from your Conga robot to your loc
3838
scp -rp -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa -O 'root@<CONGA_IP_ADDRESS>:/mnt/UDISK/log/' '/path/to/local/backup/'
3939
```
4040

41+
Note: "-O" Option may error if you have an old ssh client, remove it if it does.
42+
4143
Replace:
4244

4345
- `<CONGA_IP_ADDRESS>` with your robot's IP address (e.g., `192.168.xxx.xxx`).
@@ -94,4 +96,5 @@ Replace:
9496

9597
- Ensure your Conga robot and computer are on the same local network.
9698
- You will be prompted to enter your robot's root password during SCP operations.
99+
- Most Conga Robots don't support sftp protocol and some scp implementations use sftp. you need to use option -O to force scp instead of sftp
97100
- Always make sure you have backups before restoring data, as this operation can overwrite existing robot map information.

docs/_pages/misc/map-segments.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Map Segments
3+
category: Misc
4+
order: 35
5+
---
6+
7+
# Map Segments Unclickable Issue
8+
9+
Sometimes, the map creates segments that appear unclickable. This usually happens when segments have been merged or split. It is related to the map painting algorithm.
10+
11+
**Don't worry!** These segments can still be selected.
12+
13+
## How to Select an Unclickable Segment
14+
15+
When you encounter an unclickable segment:
16+
17+
- Look for the segment triangle (grey triangle icon).
18+
- Instead of clicking directly on the triangle, click carefully on the border or edge of the triangle.
19+
20+
### Example
21+
22+
In the following image, the highlighted triangles indicate typical unclickable segments:
23+
24+
![Unclickable Segments](../../img/unclickable_segments_example.jpg)
25+
26+
Click on the **border or edge** of these triangles instead of the center to successfully select the segment.
27+
28+
This workaround resolves the clicking issue without any further problems.

docs/_pages/misc/map-zones.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)